home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1994 October
/
Macformat17.cdr
/
Shareware City
/
Developers
/
GAL ƒ
/
GAL examples
/
Built in subroutines
/
built-in subroutines
next >
Wrap
Text File
|
1994-07-11
|
492b
|
34 lines
jump:sub input
jump:sub output
jump:sub succ
jump:sub output
jump:sub pred
jump:sub output
jump:sub ord
jump:sub chr
jump:sub output
halt
input
copy:byte instatus,Reg0
jump:equal input
copy:byte indata=>reg0
return
output
copy:long reg0,savedata
copy:byte outstatus=>reg0
jump:not_equal output
copy:long savedata,Reg0
copy:byte reg0,outdata
return
savedata variable:long 1
chr
return
ord
return
succ
add:byte 1=>reg0
return
pred
subtract:byte 1=>reg0
return
end